CustomPropertyId Constructor (Int32, String) |
Initializes a new instance of the CustomPropertyId class.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic CustomPropertyId(
int id,
string set
)
Public Sub New (
id As Integer,
set As String
)
Parameters
- id
- Type: SystemInt32
- set
- Type: SystemString
See Also